﻿2026-07-09T06:42:33.2600783Z ##[group]Run actions/checkout@v5
2026-07-09T06:42:33.2601410Z with:
2026-07-09T06:42:33.2601862Z   repository: SaberMage/spt-core
2026-07-09T06:42:33.2606393Z   token: ***
2026-07-09T06:42:33.2606885Z   ssh-strict: true
2026-07-09T06:42:33.2607360Z   ssh-user: git
2026-07-09T06:42:33.2607834Z   persist-credentials: true
2026-07-09T06:42:33.2608368Z   clean: true
2026-07-09T06:42:33.2608859Z   sparse-checkout-cone-mode: true
2026-07-09T06:42:33.2609403Z   fetch-depth: 1
2026-07-09T06:42:33.2609882Z   fetch-tags: false
2026-07-09T06:42:33.2610347Z   show-progress: true
2026-07-09T06:42:33.2610815Z   lfs: false
2026-07-09T06:42:33.2611257Z   submodules: false
2026-07-09T06:42:33.2611732Z   set-safe-directory: true
2026-07-09T06:42:33.2612257Z env:
2026-07-09T06:42:33.2612688Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-09T06:42:33.2613271Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-09T06:42:33.2613802Z ##[endgroup]
2026-07-09T06:42:33.4368332Z Syncing repository: SaberMage/spt-core
2026-07-09T06:42:33.4369749Z ##[group]Getting Git version info
2026-07-09T06:42:33.4370238Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-09T06:42:33.4661202Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-09T06:42:33.4894844Z git version 2.43.0.windows.1
2026-07-09T06:42:33.4919336Z ##[endgroup]
2026-07-09T06:42:33.4928818Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\f92cc750-778a-4422-bff5-163360bc906e\.gitconfig'
2026-07-09T06:42:33.4943179Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f92cc750-778a-4422-bff5-163360bc906e' before making global git config changes
2026-07-09T06:42:33.4944188Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T06:42:33.4948728Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-09T06:42:33.6687926Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-09T06:42:33.6909497Z https://github.com/SaberMage/spt-core
2026-07-09T06:42:33.6939136Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-09T06:42:33.6943437Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-09T06:42:33.7164815Z HEAD
2026-07-09T06:42:33.7434249Z ##[endgroup]
2026-07-09T06:42:33.7438558Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-09T06:42:34.3363639Z ##[group]Cleaning the repository
2026-07-09T06:42:34.3364160Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-09T06:42:35.5998520Z Removing target/
2026-07-09T06:42:35.6033039Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-09T06:42:35.7176097Z HEAD is now at 4367270 Merge b4862f3fd47942d857a29e81e23bc3195d3f4f27 into 55556482ebca6a2d3c6c453edcbc9b261eb27c15
2026-07-09T06:42:35.7205622Z ##[endgroup]
2026-07-09T06:42:35.7210210Z ##[group]Disabling automatic garbage collection
2026-07-09T06:42:35.7215167Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-09T06:42:35.7479425Z ##[endgroup]
2026-07-09T06:42:35.7479834Z ##[group]Setting up auth
2026-07-09T06:42:35.7485901Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-09T06:42:35.7732686Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-09T06:42:36.4861342Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T06:42:36.5109865Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-09T06:42:37.3907398Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T06:42:37.4186150Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-09T06:42:38.1628529Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-09T06:42:38.1988558Z ##[endgroup]
2026-07-09T06:42:38.1989075Z ##[group]Fetching the repository
2026-07-09T06:42:38.1995424Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4367270cf278104e132dcaaaaac6126d44ec8a7f:refs/remotes/pull/66/merge
2026-07-09T06:42:38.8201888Z ##[endgroup]
2026-07-09T06:42:38.8202308Z ##[group]Determining the checkout info
2026-07-09T06:42:38.8202668Z ##[endgroup]
2026-07-09T06:42:38.8207973Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-09T06:42:38.8505824Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-09T06:42:38.8752660Z ##[group]Checking out the ref
2026-07-09T06:42:38.8760235Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/66/merge
2026-07-09T06:42:39.0628566Z HEAD is now at 4367270 Merge b4862f3fd47942d857a29e81e23bc3195d3f4f27 into 55556482ebca6a2d3c6c453edcbc9b261eb27c15
2026-07-09T06:42:39.0650310Z ##[endgroup]
2026-07-09T06:42:39.0932358Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-09T06:42:39.1189322Z 4367270cf278104e132dcaaaaac6126d44ec8a7f
